projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
304aba1
)
(help-argument-name): Add :group 'help.
author
Juri Linkov
<juri@jurta.org>
Sun, 6 Jun 2004 02:47:38 +0000
(
02:47
+0000)
committer
Juri Linkov
<juri@jurta.org>
Sun, 6 Jun 2004 02:47:38 +0000
(
02:47
+0000)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index e8655e8f9725836cfb59e4335194c14581a0ad11..eb15bc7726fdc569c3f2514fe62c115fa4556a0a 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-239,7
+239,8
@@
KIND should be `var' for a variable or `subr' for a subroutine."
;;;###autoload
(defface help-argument-name '((t :inherit italic))
- "Face to highlight argument names in *Help* buffers.")
+ "Face to highlight argument names in *Help* buffers."
+ :group 'help)
(defun help-default-arg-highlight (arg)
"Default function to highlight arguments in *Help* buffers.